etags: work around GCC bug 114882
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 30 Apr 2024 08:20:12 +0000 (01:20 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 30 Apr 2024 08:26:22 +0000 (01:26 -0700)
commitca4f0705be544986f11971bd8ee7dc30a8d444f1
tree4a45cdc7d2d0be0dfa8fdf88efc5c94a75be2c1d
parent7e2309c6fc67b8149cc4c75f8d7f5f93e60b86c7
etags: work around GCC bug 114882

* lib-src/etags.c: Ignore -Wanalyzer-use-of-uninitialized-value.
This applies to the whole source file, not just to areas where GCC
has bugs, as it was too tricky to ignore more selectively.
lib-src/etags.c